home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / spitfire / sfemb051.zip / EMB.BAT < prev    next >
DOS Batch File  |  1994-12-20  |  1KB  |  72 lines

  1. @ECHO OFF
  2. :EMBLOOP
  3. C:
  4. CD \SF
  5. SFEMB %1 %2 %3
  6. IF ERRORLEVEL 75 GOTO sDOOR_O
  7. IF ERRORLEVEL 74 GOTO sDOOR_N
  8. IF ERRORLEVEL 73 GOTO sDOOR_M
  9. IF ERRORLEVEL 72 GOTO sDOOR_L
  10. IF ERRORLEVEL 71 GOTO sDOOR_K
  11. IF ERRORLEVEL 70 GOTO sDOOR_J
  12. IF ERRORLEVEL 69 GOTO sDOOR_I
  13. IF ERRORLEVEL 68 GOTO sDOOR_H
  14. IF ERRORLEVEL 67 GOTO sDOOR_G
  15. IF ERRORLEVEL 66 GOTO sDOOR_F
  16. IF ERRORLEVEL 65 GOTO sDOOR_E
  17. IF ERRORLEVEL 64 GOTO sDOOR_D
  18. IF ERRORLEVEL 63 GOTO sDOOR_C
  19. IF ERRORLEVEL 62 GOTO sDOOR_B
  20. IF ERRORLEVEL 61 GOTO sDOOR_A
  21. GOTO EMBEND
  22.  
  23. :sDOOR_A
  24.   REM Put DOOR info here
  25.   GOTO EMBLOOP
  26. :sDOOR_B
  27.   REM Put DOOR info here
  28.   GOTO EMBLOOP
  29. :sDOOR_C
  30.   REM Put DOOR info here
  31.   GOTO EMBLOOP
  32. :sDOOR_D
  33.   REM Put DOOR info here
  34.   GOTO EMBLOOP
  35. :sDOOR_E
  36.   REM Put DOOR info here
  37.   GOTO EMBLOOP
  38. :sDOOR_F
  39.   REM Put DOOR info here
  40.   GOTO EMBLOOP
  41. :sDOOR_G
  42.   REM Put DOOR info here
  43.   GOTO EMBLOOP
  44. :sDOOR_H
  45.   REM Put DOOR info here
  46.   GOTO EMBLOOP
  47. :sDOOR_I
  48.   REM Put DOOR info here
  49.   GOTO EMBLOOP
  50. :sDOOR_J
  51.   REM Put DOOR info here
  52.   GOTO EMBLOOP
  53. :sDOOR_K
  54.   REM Put DOOR info here
  55.   GOTO EMBLOOP
  56. :sDOOR_L
  57.   REM Put DOOR info here
  58.   COPY SFDOORS.DAT SFMESS.DAT
  59.   LAKOTA
  60.   GOTO EMBLOOP
  61. :sDOOR_M
  62.   REM Put DOOR info here
  63.   GOTO EMBLOOP
  64. :sDOOR_N
  65.   REM Put DOOR info here
  66.   GOTO EMBLOOP
  67. :sDOOR_O
  68.   REM Put DOOR info here
  69.   GOTO EMBLOOP
  70.  
  71. :EMBEND
  72.